fix link to build log in continuous windows release.
authortsteven4 <tsteven4@gmail.com>
Sun, 27 May 2018 16:37:07 +0000 (10:37 -0600)
committertsteven4 <tsteven4@gmail.com>
Sun, 27 May 2018 16:37:07 +0000 (10:37 -0600)
tools/uploadtool/upload_appveyor.sh

index ac660de1778cfa008b122027988c7585407f04fa..6c10cb114b7c0a96c71ed701f684a14c9df8a3e0 100755 (executable)
@@ -163,7 +163,7 @@ if [ "$APPVEYOR_REPO_COMMIT" != "$target_commit_sha" ] ; then
 
   if [ ! -z "$APPVEYOR_JOB_ID" ] ; then
     if [ -z "${UPLOADTOOL_BODY+x}" ] ; then
-      BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION/"
+      BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION"
     else
       BODY="$UPLOADTOOL_BODY"
     fi